Resolve an Infraction Notification
To resolve an Infraction Notification, you can either accept or reject it by using the endpoint below.
Request
- URL
- cURL
POST https://apisandbox.delbank.com.br/baas/api/v1/infraction-notifications/:id/analysis
curl --request POST \
--url https://apisandbox.delbank.com.br/baas/api/v1/infraction-notifications/:id/analysis \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'x-delbank-api-key: PJPyJ2xGmyB9oDHyNIUwNOt1dgpgolBwcE16ybaKD5o1+JGdnXu3GSPnVzi3UKib/tPmW8y6c1WgUWpVvRDnY+0j3U/c5oEPAA8HHDmnU8iFYxWD2qpXZ2ZFfRIikoOL5KeXfMYUPvBW5kz0UhxYjw==' \
--header 'x-delfinance-account-id: 43482' \
--data '{
}'